home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / fonts / conf.avail / 10-sub-pixel-rgb.conf < prev    next >
Encoding:
Extensible Markup Language  |  2007-01-05  |  256 b   |  10 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <!-- conf.d/sub-pixel.conf -->
  4. <fontconfig>
  5. <!--  Enable sub-pixel rendering --> 
  6.   <match target="font">
  7.     <edit name="rgba" mode="assign"><const>rgb</const></edit>
  8.   </match>
  9. </fontconfig>
  10.